Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge package:markdown #1208

Open
wants to merge 593 commits into
base: main
Choose a base branch
from
Open

Merge package:markdown #1208

wants to merge 593 commits into from

Conversation

mosuem
Copy link
Member

@mosuem mosuem commented Dec 9, 2024

  • Move and fix workflow files, labeler.yaml, and badges in the README.md
  • Rev the version of the package, so that pub.dev points to the correct site
  • Add a line to the changelog:
* Move to `dart-lang/tools` monorepo.
  • Add the package to the top-level readme of the monorepo:
| [markdown](pkgs/markdown/) | A portable Markdown library written in Dart that can parse Markdown into HTML. | [![pub package](https://img.shields.io/pub/v/markdown.svg)](https://pub.dev/packages/markdown) |
> [!IMPORTANT]  
> This repo has moved to https://github.com/dart-lang/tools/tree/main/pkgs/markdown
  • Publish using the autopublish workflow

  • Push tags to GitHub using
    git tag --list 'markdown*' | xargs git push origin

  • Close open PRs in dart-lang/markdown with the following message:

Closing as the [dart-lang/markdown](https://github.com/dart-lang/markdown) repository is merged into the [dart-lang/tools](https://github.com/dart-lang/tools) monorepo. Please re-open this PR there!
  • Transfer issues by running
    dart run pkgs/repo_manage/bin/report.dart transfer-issues --source-repo dart-lang/markdown --target-repo dart-lang/tools --add-label package:markdown --apply-changes

  • Archive https://github.com/dart-lang/markdown/


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

kevmoo and others added 30 commits October 8, 2018 14:10
…markdown#239)

Fix codeSyntax and BlockParser to respect encodeHtml flag
* Fixes dart-lang/markdown#230: links with unbalanced parentheses
* Fixes dart-lang/markdown#233: exception on invalid link
* fix formatting
Updated script to comply with lints
`attributes` uses a LinkedHashMap, so the ordering is stable with the
input
….3 (dart-lang/markdown#244)

Escape HTML attribute for fenced code blocks, in the info string; 2.0.3
Print verbose details when tests fail
…rt-lang/markdown#254)

An upcoming change to the Dart SDK will change `HttpRequest` and
`HttpClientResponse` from implementing `Stream<List<int>>` to
implementing `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

dart-lang/sdk#36900
Fix the HTML-ification of ", <, >
…markdown#260)

Fix parsing of inline code blocks with multiple backticks
dependabot bot and others added 17 commits May 7, 2024 19:23
…dart-lang/markdown#610)

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

Updates `actions/checkout` from 4.1.4 to 4.1.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.1.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkoutdart-lang/markdown#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkoutdart-lang/markdown#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkoutdart-lang/markdown#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkoutdart-lang/markdown#1695</a></li>
<li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkoutdart-lang/markdown#1707</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.4...v4.1.5">https://github.com/actions/checkout/compare/v4.1.4...v4.1.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/checkout/commit/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"><code>44c2b7a</code></a> README: Suggest <code>user.email</code> to be `41898282+github-actions[bot]<a href="https://github.com/users"><code>@�users</code></a>.norepl...</li>
<li><a href="https://github.com/actions/checkout/commit/8459bc0c7e3759cdf591f513d9f141a95fef0a8f"><code>8459bc0</code></a> Bump actions/upload-artifact from 2 to 4 (<a href="https://redirect.github.com/actions/checkout/issues/1695">dart-lang/markdown#1695</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/3f603f6d5e9f40714f97b2f017aa0df2a443192a"><code>3f603f6</code></a> Bump actions/setup-node from 1 to 4 (<a href="https://redirect.github.com/actions/checkout/issues/1696">dart-lang/markdown#1696</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/fd084cde189b7b76ec305d52e27be545a0172823"><code>fd084cd</code></a> Bump github/codeql-action from 2 to 3 (<a href="https://redirect.github.com/actions/checkout/issues/1694">dart-lang/markdown#1694</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/9c1e94e0ad997d618b6113a2171b055037589028"><code>9c1e94e</code></a> Update NPM dependencies (<a href="https://redirect.github.com/actions/checkout/issues/1703">dart-lang/markdown#1703</a>)</li>
<li>See full diff in <a href="https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.4&new-version=4.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>
…art-lang/markdown#602)

* Fix dart-lang/markdown#586: encode image tag's src attribute

* Fix dart-lang/markdown#601: checkbox list separated with blank lines
…dart-lang/markdown#614)

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

Updates `actions/checkout` from 4.1.5 to 4.1.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.1.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkoutdart-lang/markdown#1732</a></li>
<li>Update for 4.1.6 release by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1733">actions/checkoutdart-lang/markdown#1733</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.5...v4.1.6">https://github.com/actions/checkout/compare/v4.1.5...v4.1.6</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkoutdart-lang/markdown#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkoutdart-lang/markdown#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkoutdart-lang/markdown#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkoutdart-lang/markdown#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkoutdart-lang/markdown#1695</a></li>
<li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkoutdart-lang/markdown#1707</a></li>
</ul>
<h2>v4.1.4</h2>
<ul>
<li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkoutdart-lang/markdown#1692</a></li>
<li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkoutdart-lang/markdown#1688</a></li>
<li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkoutdart-lang/markdown#1693</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkoutdart-lang/markdown#1643</a></li>
</ul>
<h2>v4.1.3</h2>
<ul>
<li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkoutdart-lang/markdown#1656</a></li>
<li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkoutdart-lang/markdown#1685</a></li>
<li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkoutdart-lang/markdown#1650</a></li>
</ul>
<h2>v4.1.2</h2>
<ul>
<li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho"><code>@�dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkoutdart-lang/markdown#1598</a></li>
</ul>
<h2>v4.1.1</h2>
<ul>
<li>Correct link to GitHub Docs by <a href="https://github.com/peterbe"><code>@�peterbe</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkoutdart-lang/markdown#1511</a></li>
<li>Link to release page from what's new section by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkoutdart-lang/markdown#1514</a></li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add support for partial checkout filters</a></li>
</ul>
<h2>v4.0.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li>
</ul>
<h2>v3.6.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth &gt; 0</a></li>
</ul>
<h2>v3.5.3</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li>
</ul>
<h2>v3.5.2</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li>
</ul>
<h2>v3.5.1</h2>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/checkout/commit/a5ac7e51b41094c92402da3b24376905380afc29"><code>a5ac7e5</code></a> Update for 4.1.6 release (<a href="https://redirect.github.com/actions/checkout/issues/1733">dart-lang/markdown#1733</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/24ed1a352802348c9e4e8d13de9177fb95b537ba"><code>24ed1a3</code></a> Check platform for extension (<a href="https://redirect.github.com/actions/checkout/issues/1732">dart-lang/markdown#1732</a>)</li>
<li>See full diff in <a href="https://github.com/actions/checkout/compare/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.5&new-version=4.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart).


Updates `actions/checkout` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a5ac7e5...692973e)

Updates `dart-lang/setup-dart` from 1.6.4 to 1.6.5
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@f0ead98...0a8a0fc)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: dart-lang/setup-dart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.0.0 modifies innerHTML to be JSAny in order to
support trusted types, and this is the only member
that needs to be worked around to support that version.
…dart-lang/markdown#622)

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

Updates `actions/checkout` from 4.1.7 to 4.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@�lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkoutdart-lang/markdown#1180</a></li>
<li>Dependabot updates in <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkoutdart-lang/markdown#1777</a> &amp; <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkoutdart-lang/markdown#1872</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/yasonk"><code>@�yasonk</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1869">actions/checkoutdart-lang/markdown#1869</a></li>
<li><a href="https://github.com/lucacome"><code>@�lucacome</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkoutdart-lang/markdown#1180</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.7...v4.2.0">https://github.com/actions/checkout/compare/v4.1.7...v4.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.2.0</h2>
<ul>
<li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@�lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkoutdart-lang/markdown#1180</a></li>
<li>Dependency updates by <a href="https://github.com/dependabot"><code>@�dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkoutdart-lang/markdown#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkoutdart-lang/markdown#1872</a></li>
</ul>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkoutdart-lang/markdown#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkoutdart-lang/markdown#1697</a></li>
<li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@�orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkoutdart-lang/markdown#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkoutdart-lang/markdown#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkoutdart-lang/markdown#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkoutdart-lang/markdown#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkoutdart-lang/markdown#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkoutdart-lang/markdown#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkoutdart-lang/markdown#1695</a></li>
<li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkoutdart-lang/markdown#1707</a></li>
</ul>
<h2>v4.1.4</h2>
<ul>
<li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkoutdart-lang/markdown#1692</a></li>
<li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkoutdart-lang/markdown#1688</a></li>
<li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkoutdart-lang/markdown#1693</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkoutdart-lang/markdown#1643</a></li>
</ul>
<h2>v4.1.3</h2>
<ul>
<li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkoutdart-lang/markdown#1656</a></li>
<li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkoutdart-lang/markdown#1685</a></li>
<li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkoutdart-lang/markdown#1650</a></li>
</ul>
<h2>v4.1.2</h2>
<ul>
<li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho"><code>@�dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkoutdart-lang/markdown#1598</a></li>
</ul>
<h2>v4.1.1</h2>
<ul>
<li>Correct link to GitHub Docs by <a href="https://github.com/peterbe"><code>@�peterbe</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkoutdart-lang/markdown#1511</a></li>
<li>Link to release page from what's new section by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkoutdart-lang/markdown#1514</a></li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add support for partial checkout filters</a></li>
</ul>
<h2>v4.0.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li>
</ul>
<h2>v3.6.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/checkout/commit/d632683dd7b4114ad314bca15554477dd762a938"><code>d632683</code></a> Prepare 4.2.0 release (<a href="https://redirect.github.com/actions/checkout/issues/1878">dart-lang/markdown#1878</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/6d193bf28034eafb982f37bd894289fe649468fc"><code>6d193bf</code></a> Bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/actions/checkout/issues/1777">dart-lang/markdown#1777</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/db0cee9a514becbbd4a101a5fbbbf47865ee316c"><code>db0cee9</code></a> Bump the minor-npm-dependencies group across 1 directory with 4 updates (<a href="https://redirect.github.com/actions/checkout/issues/1872">dart-lang/markdown#1872</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/b6849436894e144dbce29d7d7fda2ae3bf9d8365"><code>b684943</code></a> Add Ref and Commit outputs (<a href="https://redirect.github.com/actions/checkout/issues/1180">dart-lang/markdown#1180</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/2d7d9f7ff5b310f983d059b68785b3c74d8b8edd"><code>2d7d9f7</code></a> Provide explanation for where user email came from (<a href="https://redirect.github.com/actions/checkout/issues/1869">dart-lang/markdown#1869</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/9a9194f87191a7e9055e3e9b95b8cfb13023bb08"><code>9a9194f</code></a> Bump docker/build-push-action from 5.3.0 to 6.5.0 (<a href="https://redirect.github.com/actions/checkout/issues/1832">dart-lang/markdown#1832</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/dd960bd3c3f080561a1810e32349ac211ecec7d4"><code>dd960bd</code></a> Bump docker/login-action in the minor-actions-dependencies group (<a href="https://redirect.github.com/actions/checkout/issues/1831">dart-lang/markdown#1831</a>)</li>
<li>See full diff in <a href="https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.7&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>
…dart-lang/markdown#629)

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

Updates `actions/checkout` from 4.2.0 to 4.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkoutdart-lang/markdown#1941</a></li>
<li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkoutdart-lang/markdown#1946</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p>
<h2>v4.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@�orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkoutdart-lang/markdown#1924</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jcambass"><code>@�Jcambass</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1919">actions/checkoutdart-lang/markdown#1919</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.2.2</h2>
<ul>
<li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkoutdart-lang/markdown#1941</a></li>
<li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkoutdart-lang/markdown#1946</a></li>
</ul>
<h2>v4.2.1</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@�orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkoutdart-lang/markdown#1924</a></li>
</ul>
<h2>v4.2.0</h2>
<ul>
<li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@�lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkoutdart-lang/markdown#1180</a></li>
<li>Dependency updates by <a href="https://github.com/dependabot"><code>@�dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkoutdart-lang/markdown#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkoutdart-lang/markdown#1872</a></li>
</ul>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkoutdart-lang/markdown#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkoutdart-lang/markdown#1697</a></li>
<li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@�orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkoutdart-lang/markdown#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkoutdart-lang/markdown#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkoutdart-lang/markdown#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkoutdart-lang/markdown#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkoutdart-lang/markdown#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkoutdart-lang/markdown#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkoutdart-lang/markdown#1695</a></li>
<li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkoutdart-lang/markdown#1707</a></li>
</ul>
<h2>v4.1.4</h2>
<ul>
<li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkoutdart-lang/markdown#1692</a></li>
<li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkoutdart-lang/markdown#1688</a></li>
<li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkoutdart-lang/markdown#1693</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@�dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkoutdart-lang/markdown#1643</a></li>
</ul>
<h2>v4.1.3</h2>
<ul>
<li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkoutdart-lang/markdown#1656</a></li>
<li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkoutdart-lang/markdown#1685</a></li>
<li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@�jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkoutdart-lang/markdown#1650</a></li>
</ul>
<h2>v4.1.2</h2>
<ul>
<li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho"><code>@�dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkoutdart-lang/markdown#1598</a></li>
</ul>
<h2>v4.1.1</h2>
<ul>
<li>Correct link to GitHub Docs by <a href="https://github.com/peterbe"><code>@�peterbe</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkoutdart-lang/markdown#1511</a></li>
<li>Link to release page from what's new section by <a href="https://github.com/cory-miller"><code>@�cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkoutdart-lang/markdown#1514</a></li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add support for partial checkout filters</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/checkout/commit/11bd71901bbe5b1630ceea73d27597364c9af683"><code>11bd719</code></a> Prepare 4.2.2 Release (<a href="https://redirect.github.com/actions/checkout/issues/1953">dart-lang/markdown#1953</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/e3d2460bbb42d7710191569f88069044cfb9d8cf"><code>e3d2460</code></a> Expand unit test coverage (<a href="https://redirect.github.com/actions/checkout/issues/1946">dart-lang/markdown#1946</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/163217dfcd28294438ea1c1c149cfaf66eec283e"><code>163217d</code></a> <code>url-helper.ts</code> now leverages well-known environment variables. (<a href="https://redirect.github.com/actions/checkout/issues/1941">dart-lang/markdown#1941</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871"><code>eef6144</code></a> Prepare 4.2.1 release (<a href="https://redirect.github.com/actions/checkout/issues/1925">dart-lang/markdown#1925</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/6b42224f41ee5dfe5395e27c8b2746f1f9955030"><code>6b42224</code></a> Add workflow file for publishing releases to immutable action package (<a href="https://redirect.github.com/actions/checkout/issues/1919">dart-lang/markdown#1919</a>)</li>
<li><a href="https://github.com/actions/checkout/commit/de5a000abf73b6f4965bd1bcdf8f8d94a56ea815"><code>de5a000</code></a> Check out other refs/* by commit if provided, fall back to ref (<a href="https://redirect.github.com/actions/checkout/issues/1924">dart-lang/markdown#1924</a>)</li>
<li>See full diff in <a href="https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.2.0&new-version=4.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>
Bumps the github-actions group with 2 updates: [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) and [subosito/flutter-action](https://github.com/subosito/flutter-action).

Updates `dart-lang/setup-dart` from 1.6.5 to 1.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/setup-dart/releases">dart-lang/setup-dart's releases</a>.</em></p>
<blockquote>
<h2>v1.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Install a Flutter SDK in the publish workflow allowing for publication of flutter packages.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md">dart-lang/setup-dart's changelog</a>.</em></p>
<blockquote>
<h2>v1.7.0</h2>
<ul>
<li>
<p>Install flutter sdk in publishing step, allowing Flutter packages to be
published (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/68">dart-lang/markdown#68</a>[])</p>
<p><a href="https://redirect.github.com/dart-lang/setup-dart/issues/68">dart-lang/markdown#68</a>: <a href="https://redirect.github.com/dart-lang/setup-dart/issues/68">dart-lang/setup-dartdart-lang/markdown#68</a></p>
</li>
</ul>
<h2>v1.6.5</h2>
<ul>
<li>Fix zip path handling on Windows 11 (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/118">dart-lang/markdown#118</a>[])</li>
</ul>
<p><a href="https://redirect.github.com/dart-lang/setup-dart/issues/118">dart-lang/markdown#118</a>: <a href="https://redirect.github.com/dart-lang/setup-dart/issues/118">dart-lang/setup-dartdart-lang/markdown#118</a></p>
<h2>v1.6.4</h2>
<ul>
<li>Rebuild JS code.</li>
</ul>
<h2>v1.6.3</h2>
<ul>
<li>Roll <code>undici</code> dependency to address <a href="https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7">CVE-2024-30260</a> and <a href="https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672">CVE-2024-30261</a>.</li>
</ul>
<h2>v1.6.2</h2>
<ul>
<li>Switch to running the workflow on <code>node20`` from </code>node16`. See also
<a href="https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/">Transitioning from Node 16 to Node 20</a>.</li>
</ul>
<h2>v1.6.1</h2>
<ul>
<li>Updated the google storage url for <code>main</code> channel releases.</li>
</ul>
<h2>v1.6.0</h2>
<ul>
<li>Enable provisioning of the latest Dart SDK patch release by specifying just
the major and minor version (e.g. <code>3.2</code>).</li>
</ul>
<h2>v1.5.1</h2>
<ul>
<li>No longer test the <code>setup-dart</code> action on pre-2.12 SDKs.</li>
<li>Upgrade JS interop code to use extension types
(the new name for inline classes).</li>
<li>The upcoming rename of the <code>be</code> channel to <code>main</code> is now supported with
forward compatibility that switches when the rename happens.</li>
</ul>
<h2>v1.5.0</h2>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/setup-dart/commit/e630b99d28a3b71860378cafdc2a067c71107f94"><code>e630b99</code></a> Fix link in CHANGELOG.md (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/144">dart-lang/markdown#144</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/cdcaf1297c175a0f0f1ec895cdbbee0479ddec2b"><code>cdcaf12</code></a> Update changelog (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/143">dart-lang/markdown#143</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/c21802dc505e35765fa73ad4191bbe120ee94522"><code>c21802d</code></a> Install a Flutter SDK in the publish workflow (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/141">dart-lang/markdown#141</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/f60b94591ab2d3da576c469969989fca99fabd3e"><code>f60b945</code></a> Update publish.yml (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/142">dart-lang/markdown#142</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/d0b01d2ac509deeb2d41d27918204416ba9b1947"><code>d0b01d2</code></a> Bump <code>@�actions/core</code> from 1.10.1 to 1.11.1 (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/138">dart-lang/markdown#138</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/f6a6f58cab9dd4e0ba15826bd89d4558877fd25c"><code>f6a6f58</code></a> Bump <code>@�actions/http-client</code> from 2.2.1 to 2.2.3 (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/137">dart-lang/markdown#137</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/e9a814f39d5452701455a47847735e0f482026c8"><code>e9a814f</code></a> Bump dart-lang/setup-dart in the github-actions group (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/136">dart-lang/markdown#136</a>)</li>
<li>See full diff in <a href="https://github.com/dart-lang/setup-dart/compare/0a8a0fc875eb934c15d08629302413c671d3f672...e630b99d28a3b71860378cafdc2a067c71107f94">compare view</a></li>
</ul>
</details>
<br />

Updates `subosito/flutter-action` from 2.16.0 to 2.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/subosito/flutter-action/releases">subosito/flutter-action's releases</a>.</em></p>
<blockquote>
<h2>v2.17.0</h2>
<p>This release adds support for older <code>yq</code> versions, as added in PR <a href="https://redirect.github.com/subosito/flutter-action/issues/329">dart-lang/markdown#329</a>. Thanks for contributing, <a href="https://github.com/ThomasAunvik"><code>@�ThomasAunvik</code></a>!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/subosito/flutter-action/commit/74af56c5ed2697ba4621264652728e8d217e53d3"><code>74af56c</code></a> Support older yq versions (<a href="https://redirect.github.com/subosito/flutter-action/issues/329">dart-lang/markdown#329</a>)</li>
<li><a href="https://github.com/subosito/flutter-action/commit/9bc1d83fdada749fa9f89aa7fd151bfe3b0006ab"><code>9bc1d83</code></a> Remove macos-14 from matrix (<a href="https://redirect.github.com/subosito/flutter-action/issues/304">dart-lang/markdown#304</a>)</li>
<li><a href="https://github.com/subosito/flutter-action/commit/bcec24ecf7bef7763f50dcf9a91533853b686ae2"><code>bcec24e</code></a> Fix failing tests (<a href="https://redirect.github.com/subosito/flutter-action/issues/327">dart-lang/markdown#327</a>)</li>
<li><a href="https://github.com/subosito/flutter-action/commit/94b32dd0067a9c07fd644b742e7f9661213ddc3c"><code>94b32dd</code></a> test action: allow to run manually (<a href="https://redirect.github.com/subosito/flutter-action/issues/325">dart-lang/markdown#325</a>)</li>
<li>See full diff in <a href="https://github.com/subosito/flutter-action/compare/44ac965b96f18d999802d4b807e3256d5a3f9fa1...74af56c5ed2697ba4621264652728e8d217e53d3">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>
@github-actions github-actions bot added the type-infra A repository infrastructure change or enhancement label Dec 9, 2024
Copy link

github-actions bot commented Dec 9, 2024

Package publishing

Package Version Status Publish tag (post-merge)
package:markdown 7.3.0 ready to publish markdown-v7.3.0
package:bazel_worker 1.1.3-wip WIP (no publish necessary)
package:benchmark_harness 2.3.1 already published at pub.dev
package:boolean_selector 2.1.2 already published at pub.dev
package:browser_launcher 1.1.3 already published at pub.dev
package:cli_config 0.2.1-wip WIP (no publish necessary)
package:cli_util 0.4.2 already published at pub.dev
package:clock 1.1.2 already published at pub.dev
package:code_builder 4.10.1 already published at pub.dev
package:coverage 1.11.1 already published at pub.dev
package:csslib 1.0.2 already published at pub.dev
package:extension_discovery 2.1.0 already published at pub.dev
package:file 7.0.1 already published at pub.dev
package:file_testing 3.0.2 already published at pub.dev
package:graphs 2.3.3-wip WIP (no publish necessary)
package:html 0.15.5 already published at pub.dev
package:io 1.0.5 already published at pub.dev
package:json_rpc_2 3.0.3 already published at pub.dev
package:mime 2.0.0 already published at pub.dev
package:oauth2 2.0.4-wip WIP (no publish necessary)
package:source_map_stack_trace 2.1.3-wip WIP (no publish necessary)
package:unified_analytics 7.0.1 already published at pub.dev

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

Copy link

github-actions bot commented Dec 9, 2024

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
bazel_worker None 1.1.2 1.1.3-wip 1.1.2 ✔️
benchmark_harness None 2.3.1 2.3.1 2.3.1 ✔️
boolean_selector None 2.1.2 2.1.2 2.1.2 ✔️
browser_launcher None 1.1.3 1.1.3 1.1.3 ✔️
cli_config None 0.2.0 0.2.1-wip 0.2.0 ✔️
cli_util None 0.4.2 0.4.2 0.4.2 ✔️
clock None 1.1.2 1.1.2 1.1.2 ✔️
code_builder None 4.10.1 4.10.1 4.10.1 ✔️
coverage None 1.11.1 1.11.1 1.11.1 ✔️
csslib None 1.0.2 1.0.2 1.0.2 ✔️
extension_discovery None 2.1.0 2.1.0 2.1.0 ✔️
file None 7.0.1 7.0.1 7.0.1 ✔️
file_testing None 3.0.2 3.0.2 3.0.2 ✔️
graphs None 2.3.2 2.3.3-wip 2.3.2 ✔️
html None 0.15.5 0.15.5 0.15.5 ✔️
io None 1.0.5 1.0.5 1.0.5 ✔️
json_rpc_2 None 3.0.3 3.0.3 3.0.3 ✔️
markdown Non-Breaking 7.2.2 7.3.0 7.3.0 ✔️
mime None 2.0.0 2.0.0 2.0.0 ✔️
oauth2 None 2.0.3 2.0.4-wip 2.0.3 ✔️
source_map_stack_trace None 2.1.2 2.1.3-wip 2.1.2 ✔️
unified_analytics None 7.0.1 7.0.1 7.0.1 ✔️
Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

Coverage ⚠️
File Coverage
pkgs/bazel_worker/benchmark/benchmark.dart 💔 Not covered
pkgs/bazel_worker/e2e_test/bin/async_worker.dart 💔 Not covered
pkgs/bazel_worker/e2e_test/bin/async_worker_in_isolate.dart 💔 Not covered
pkgs/bazel_worker/e2e_test/bin/sync_worker.dart 💔 Not covered
pkgs/bazel_worker/e2e_test/lib/async_worker.dart 💔 Not covered
pkgs/bazel_worker/e2e_test/lib/forwards_to_isolate_async_worker.dart 💔 Not covered
pkgs/bazel_worker/e2e_test/lib/sync_worker.dart 💔 Not covered
pkgs/bazel_worker/e2e_test/test/e2e_test.dart 💔 Not covered
pkgs/bazel_worker/example/client.dart 💔 Not covered
pkgs/bazel_worker/example/worker.dart 💔 Not covered
pkgs/bazel_worker/lib/bazel_worker.dart 💔 Not covered
pkgs/bazel_worker/lib/driver.dart 💔 Not covered
pkgs/bazel_worker/lib/src/async_message_grouper.dart 💚 98 %
pkgs/bazel_worker/lib/src/constants.dart 💔 Not covered
pkgs/bazel_worker/lib/src/driver/driver.dart 💚 89 %
pkgs/bazel_worker/lib/src/driver/driver_connection.dart 💚 74 %
pkgs/bazel_worker/lib/src/message_grouper.dart 💔 Not covered
pkgs/bazel_worker/lib/src/message_grouper_state.dart 💚 100 %
pkgs/bazel_worker/lib/src/sync_message_grouper.dart 💚 100 %
pkgs/bazel_worker/lib/src/utils.dart 💚 100 %
pkgs/bazel_worker/lib/src/worker/async_worker_loop.dart 💚 93 %
pkgs/bazel_worker/lib/src/worker/sync_worker_loop.dart 💚 93 %
pkgs/bazel_worker/lib/src/worker/worker_connection.dart 💚 47 %
pkgs/bazel_worker/lib/src/worker/worker_loop.dart 💔 Not covered
pkgs/bazel_worker/lib/src/worker_protocol.pb.dart 💚 25 %
pkgs/bazel_worker/lib/testing.dart 💚 86 %
pkgs/benchmark_harness/example/template.dart 💔 Not covered
pkgs/benchmark_harness/integration_test/perf_benchmark_test.dart 💔 Not covered
pkgs/benchmark_harness/lib/benchmark_harness.dart 💔 Not covered
pkgs/benchmark_harness/lib/perf_benchmark_harness.dart 💔 Not covered
pkgs/benchmark_harness/lib/src/async_benchmark_base.dart 💚 87 %
pkgs/benchmark_harness/lib/src/benchmark_base.dart 💚 88 %
pkgs/benchmark_harness/lib/src/perf_benchmark_base.dart 💔 Not covered
pkgs/benchmark_harness/lib/src/perf_benchmark_base_stub.dart 💔 Not covered
pkgs/benchmark_harness/lib/src/score_emitter.dart 💚 17 %
pkgs/boolean_selector/example/example.dart 💔 Not covered
pkgs/boolean_selector/lib/boolean_selector.dart 💔 Not covered
pkgs/boolean_selector/lib/src/all.dart 💚 33 %
pkgs/boolean_selector/lib/src/ast.dart 💚 87 %
pkgs/boolean_selector/lib/src/evaluator.dart 💚 100 %
pkgs/boolean_selector/lib/src/impl.dart 💚 44 %
pkgs/boolean_selector/lib/src/intersection_selector.dart 💔 0 % ⬇️ NaN %
pkgs/boolean_selector/lib/src/none.dart 💚 17 %
pkgs/boolean_selector/lib/src/parser.dart 💚 100 %
pkgs/boolean_selector/lib/src/scanner.dart 💚 100 %
pkgs/boolean_selector/lib/src/token.dart 💚 43 %
pkgs/boolean_selector/lib/src/union_selector.dart 💔 0 % ⬇️ NaN %
pkgs/boolean_selector/lib/src/validator.dart 💚 100 %
pkgs/boolean_selector/lib/src/visitor.dart 💚 29 %
pkgs/browser_launcher/example/main.dart 💔 Not covered
pkgs/browser_launcher/lib/browser_launcher.dart 💔 Not covered
pkgs/browser_launcher/lib/src/chrome.dart 💚 68 %
pkgs/cli_config/example/bin/cli_config_example.dart 💔 Not covered
pkgs/cli_config/lib/cli_config.dart 💔 Not covered
pkgs/cli_config/lib/src/cli_parser.dart 💚 100 %
pkgs/cli_config/lib/src/cli_source.dart 💚 100 %
pkgs/cli_config/lib/src/config.dart 💚 100 %
pkgs/cli_config/lib/src/environment_parser.dart 💚 100 %
pkgs/cli_config/lib/src/environment_source.dart 💚 100 %
pkgs/cli_config/lib/src/file_parser.dart 💚 100 %
pkgs/cli_config/lib/src/file_source.dart 💚 100 %
pkgs/cli_config/lib/src/source.dart 💚 100 %
pkgs/cli_util/example/main.dart 💔 Not covered
pkgs/cli_util/lib/cli_logging.dart 💔 Not covered
pkgs/cli_util/lib/cli_util.dart 💚 65 %
pkgs/clock/lib/clock.dart 💚 33 %
pkgs/clock/lib/src/clock.dart 💚 92 %
pkgs/clock/lib/src/default.dart 💚 100 %
pkgs/clock/lib/src/stopwatch.dart 💚 100 %
pkgs/clock/lib/src/utils.dart 💚 100 %
pkgs/code_builder/example/example.dart 💔 Not covered
pkgs/code_builder/lib/code_builder.dart 💔 Not covered
pkgs/code_builder/lib/src/allocator.dart 💚 100 %
pkgs/code_builder/lib/src/base.dart 💔 0 % ⬇️ NaN %
pkgs/code_builder/lib/src/emitter.dart 💚 97 %
pkgs/code_builder/lib/src/matchers.dart 💚 100 %
pkgs/code_builder/lib/src/mixins/annotations.dart 💔 Not covered
pkgs/code_builder/lib/src/mixins/dartdoc.dart 💔 Not covered
pkgs/code_builder/lib/src/mixins/generics.dart 💔 Not covered
pkgs/code_builder/lib/src/specs/class.dart 💚 80 %
pkgs/code_builder/lib/src/specs/class.g.dart 💚 52 %
pkgs/code_builder/lib/src/specs/code.dart 💚 77 %
pkgs/code_builder/lib/src/specs/code.g.dart 💚 49 %
pkgs/code_builder/lib/src/specs/constructor.dart 💚 100 %
pkgs/code_builder/lib/src/specs/constructor.g.dart 💚 55 %
pkgs/code_builder/lib/src/specs/directive.dart 💚 98 %
pkgs/code_builder/lib/src/specs/directive.g.dart 💚 60 %
pkgs/code_builder/lib/src/specs/enum.dart 💚 100 %
pkgs/code_builder/lib/src/specs/enum.g.dart 💚 48 %
pkgs/code_builder/lib/src/specs/expression.dart 💚 97 %
pkgs/code_builder/lib/src/specs/expression/binary.dart 💚 100 %
pkgs/code_builder/lib/src/specs/expression/closure.dart 💚 100 %
pkgs/code_builder/lib/src/specs/expression/code.dart 💚 100 %
pkgs/code_builder/lib/src/specs/expression/invoke.dart 💚 71 %
pkgs/code_builder/lib/src/specs/expression/literal.dart 💚 83 %
pkgs/code_builder/lib/src/specs/expression/parenthesized.dart 💚 100 %
pkgs/code_builder/lib/src/specs/extension.dart 💚 100 %
pkgs/code_builder/lib/src/specs/extension.g.dart 💚 48 %
pkgs/code_builder/lib/src/specs/extension_type.dart 💚 60 %
pkgs/code_builder/lib/src/specs/extension_type.g.dart 💚 54 %
pkgs/code_builder/lib/src/specs/field.dart 💚 100 %
pkgs/code_builder/lib/src/specs/field.g.dart 💚 59 %
pkgs/code_builder/lib/src/specs/library.dart 💚 100 %
pkgs/code_builder/lib/src/specs/library.g.dart 💚 48 %
pkgs/code_builder/lib/src/specs/method.dart 💚 75 %
pkgs/code_builder/lib/src/specs/method.g.dart 💚 61 %
pkgs/code_builder/lib/src/specs/mixin.dart 💚 100 %
pkgs/code_builder/lib/src/specs/mixin.g.dart 💚 49 %
pkgs/code_builder/lib/src/specs/reference.dart 💚 100 %
pkgs/code_builder/lib/src/specs/type_function.dart 💚 38 %
pkgs/code_builder/lib/src/specs/type_function.g.dart 💚 50 %
pkgs/code_builder/lib/src/specs/type_record.dart 💚 27 %
pkgs/code_builder/lib/src/specs/type_record.g.dart 💚 52 %
pkgs/code_builder/lib/src/specs/type_reference.dart 💚 26 %
pkgs/code_builder/lib/src/specs/type_reference.g.dart 💚 69 %
pkgs/code_builder/lib/src/specs/typedef.dart 💚 100 %
pkgs/code_builder/lib/src/specs/typedef.g.dart 💚 53 %
pkgs/code_builder/lib/src/visitors.dart 💔 0 % ⬇️ NaN %
pkgs/coverage/benchmark/many_isolates.dart 💔 Not covered
pkgs/coverage/benchmark/run_benchmarks.dart 💔 Not covered
pkgs/coverage/bin/collect_coverage.dart 💔 Not covered
pkgs/coverage/bin/format_coverage.dart 💚 5 %
pkgs/coverage/bin/run_and_collect.dart 💔 Not covered
pkgs/coverage/bin/test_with_coverage.dart 💔 Not covered
pkgs/coverage/lib/coverage.dart 💔 Not covered
pkgs/coverage/lib/src/chrome.dart 💚 98 %
pkgs/coverage/lib/src/collect.dart 💚 87 %
pkgs/coverage/lib/src/formatter.dart 💚 97 %
pkgs/coverage/lib/src/hitmap.dart 💚 91 %
pkgs/coverage/lib/src/isolate_paused_listener.dart 💚 98 %
pkgs/coverage/lib/src/resolver.dart 💚 95 %
pkgs/coverage/lib/src/run_and_collect.dart 💚 69 %
pkgs/coverage/lib/src/util.dart 💚 98 %
pkgs/csslib/example/main.dart 💔 Not covered
pkgs/csslib/lib/parser.dart 💚 92 %
pkgs/csslib/lib/src/analyzer.dart 💚 97 %
pkgs/csslib/lib/src/css_printer.dart 💚 85 %
pkgs/csslib/lib/src/messages.dart 💚 67 %
pkgs/csslib/lib/src/polyfill.dart 💚 91 %
pkgs/csslib/lib/src/preprocessor_options.dart 💚 100 %
pkgs/csslib/lib/src/property.dart 💚 14 %
pkgs/csslib/lib/src/token.dart 💚 71 %
pkgs/csslib/lib/src/token_kind.dart 💚 100 %
pkgs/csslib/lib/src/tokenizer.dart 💚 93 %
pkgs/csslib/lib/src/tokenizer_base.dart 💚 26 %
pkgs/csslib/lib/src/tree.dart 💚 57 %
pkgs/csslib/lib/src/tree_base.dart 💚 90 %
pkgs/csslib/lib/src/tree_printer.dart 💚 21 %
pkgs/csslib/lib/src/validate.dart 💔 Not covered
pkgs/csslib/lib/visitor.dart 💚 82 %
pkgs/extension_discovery/example/hello_world/lib/hello_world.dart 💔 Not covered
pkgs/extension_discovery/example/hello_world_app/bin/hello.dart 💔 Not covered
pkgs/extension_discovery/lib/extension_discovery.dart 💚 81 %
pkgs/extension_discovery/lib/src/expect_json.dart 💚 76 %
pkgs/extension_discovery/lib/src/io.dart 💚 60 %
pkgs/extension_discovery/lib/src/package_config.dart 💚 78 %
pkgs/extension_discovery/lib/src/registry.dart 💚 80 %
pkgs/extension_discovery/lib/src/yaml_config_format.dart 💚 94 %
pkgs/file/example/main.dart 💔 Not covered
pkgs/file/lib/chroot.dart 💔 Not covered
pkgs/file/lib/file.dart 💔 Not covered
pkgs/file/lib/local.dart 💔 Not covered
pkgs/file/lib/memory.dart 💔 Not covered
pkgs/file/lib/src/backends/chroot.dart 💔 Not covered
pkgs/file/lib/src/backends/chroot/chroot_directory.dart 💚 65 %
pkgs/file/lib/src/backends/chroot/chroot_file.dart 💚 68 %
pkgs/file/lib/src/backends/chroot/chroot_file_system.dart 💚 80 %
pkgs/file/lib/src/backends/chroot/chroot_file_system_entity.dart 💚 71 %
pkgs/file/lib/src/backends/chroot/chroot_link.dart 💚 79 %
pkgs/file/lib/src/backends/chroot/chroot_random_access_file.dart 💚 100 %
pkgs/file/lib/src/backends/local.dart 💔 Not covered
pkgs/file/lib/src/backends/local/local_directory.dart 💚 100 %
pkgs/file/lib/src/backends/local/local_file.dart 💚 100 %
pkgs/file/lib/src/backends/local/local_file_system.dart 💚 79 %
pkgs/file/lib/src/backends/local/local_file_system_entity.dart 💚 64 %
pkgs/file/lib/src/backends/local/local_link.dart 💚 100 %
pkgs/file/lib/src/backends/memory.dart 💔 Not covered
pkgs/file/lib/src/backends/memory/clock.dart 💚 100 %
pkgs/file/lib/src/backends/memory/common.dart 💚 100 %
pkgs/file/lib/src/backends/memory/memory_directory.dart 💚 99 %
pkgs/file/lib/src/backends/memory/memory_file.dart 💚 94 %
pkgs/file/lib/src/backends/memory/memory_file_stat.dart 💚 50 %
pkgs/file/lib/src/backends/memory/memory_file_system.dart 💚 94 %
pkgs/file/lib/src/backends/memory/memory_file_system_entity.dart 💚 93 %
pkgs/file/lib/src/backends/memory/memory_link.dart 💚 96 %
pkgs/file/lib/src/backends/memory/memory_random_access_file.dart 💚 77 %
pkgs/file/lib/src/backends/memory/node.dart 💚 98 %
pkgs/file/lib/src/backends/memory/operations.dart 💚 91 %
pkgs/file/lib/src/backends/memory/style.dart 💚 100 %
pkgs/file/lib/src/backends/memory/utils.dart 💚 97 %
pkgs/file/lib/src/common.dart 💚 100 %
pkgs/file/lib/src/forwarding.dart 💔 Not covered
pkgs/file/lib/src/forwarding/forwarding_directory.dart 💚 88 %
pkgs/file/lib/src/forwarding/forwarding_file.dart 💚 76 %
pkgs/file/lib/src/forwarding/forwarding_file_system.dart 💔 0 % ⬇️ NaN %
pkgs/file/lib/src/forwarding/forwarding_file_system_entity.dart 💚 61 %
pkgs/file/lib/src/forwarding/forwarding_link.dart 💚 86 %
pkgs/file/lib/src/forwarding/forwarding_random_access_file.dart 💚 45 %
pkgs/file/lib/src/interface.dart 💔 Not covered
pkgs/file/lib/src/interface/directory.dart 💔 Not covered
pkgs/file/lib/src/interface/error_codes.dart 💚 15 %
pkgs/file/lib/src/interface/error_codes_dart_io.dart 💚 100 %
pkgs/file/lib/src/interface/error_codes_internal.dart 💔 Not covered
pkgs/file/lib/src/interface/file.dart 💔 Not covered
pkgs/file/lib/src/interface/file_system.dart 💚 70 %
pkgs/file/lib/src/interface/file_system_entity.dart 💔 Not covered
pkgs/file/lib/src/interface/link.dart 💔 Not covered
pkgs/file/lib/src/io.dart 💔 Not covered
pkgs/file_testing/lib/file_testing.dart 💔 Not covered
pkgs/file_testing/lib/src/testing/core_matchers.dart 💔 Not covered
pkgs/file_testing/lib/src/testing/internal.dart 💔 Not covered
pkgs/graphs/benchmark/connected_components_benchmark.dart 💔 Not covered
pkgs/graphs/benchmark/shortest_path_benchmark.dart 💔 Not covered
pkgs/graphs/benchmark/shortest_path_worst_case_benchmark.dart 💔 Not covered
pkgs/graphs/example/crawl_async_example.dart 💔 Not covered
pkgs/graphs/example/example.dart 💔 Not covered
pkgs/graphs/lib/graphs.dart 💔 Not covered
pkgs/graphs/lib/src/crawl_async.dart 💚 100 %
pkgs/graphs/lib/src/cycle_exception.dart 💚 25 %
pkgs/graphs/lib/src/shortest_path.dart 💚 100 %
pkgs/graphs/lib/src/strongly_connected_components.dart 💚 100 %
pkgs/graphs/lib/src/topological_sort.dart 💚 98 %
pkgs/graphs/lib/src/transitive_closure.dart 💚 100 %
pkgs/html/example/main.dart 💔 Not covered
pkgs/html/lib/dom.dart 💚 65 %
pkgs/html/lib/dom_parsing.dart 💚 56 %
pkgs/html/lib/html_escape.dart 💚 100 %
pkgs/html/lib/parser.dart 💚 99 %
pkgs/html/lib/src/constants.dart 💚 93 %
pkgs/html/lib/src/css_class_set.dart 💚 26 %
pkgs/html/lib/src/encoding_parser.dart 💚 72 %
pkgs/html/lib/src/html_input_stream.dart 💚 72 %
pkgs/html/lib/src/list_proxy.dart 💚 100 %
pkgs/html/lib/src/query_selector.dart 💚 69 %
pkgs/html/lib/src/token.dart 💚 100 %
pkgs/html/lib/src/tokenizer.dart 💚 100 %
pkgs/html/lib/src/treebuilder.dart 💚 95 %
pkgs/html/lib/src/utils.dart 💚 30 %
pkgs/io/example/example.dart 💔 Not covered
pkgs/io/example/spawn_process_example.dart 💔 Not covered
pkgs/io/lib/ansi.dart 💔 Not covered
pkgs/io/lib/io.dart 💔 Not covered
pkgs/io/lib/src/ansi_code.dart 💚 85 %
pkgs/io/lib/src/charcodes.dart 💔 Not covered
pkgs/io/lib/src/copy_path.dart 💚 85 %
pkgs/io/lib/src/exit_code.dart 💚 33 %
pkgs/io/lib/src/permissions.dart 💚 94 %
pkgs/io/lib/src/process_manager.dart 💚 66 %
pkgs/io/lib/src/shared_stdin.dart 💚 72 %
pkgs/io/lib/src/shell_words.dart 💚 100 %
pkgs/json_rpc_2/example/client.dart 💔 Not covered
pkgs/json_rpc_2/example/main.dart 💔 Not covered
pkgs/json_rpc_2/lib/error_code.dart 💔 0 % ⬇️ NaN %
pkgs/json_rpc_2/lib/json_rpc_2.dart 💔 Not covered
pkgs/json_rpc_2/lib/src/client.dart 💚 97 %
pkgs/json_rpc_2/lib/src/exception.dart 💚 77 %
pkgs/json_rpc_2/lib/src/parameters.dart 💚 91 %
pkgs/json_rpc_2/lib/src/peer.dart 💚 78 %
pkgs/json_rpc_2/lib/src/server.dart 💚 99 %
pkgs/json_rpc_2/lib/src/utils.dart 💚 91 %
pkgs/markdown/benchmark/benchmark.dart 💔 Not covered
pkgs/markdown/bin/markdown.dart 💔 Not covered
pkgs/markdown/example/app.dart 💔 Not covered
pkgs/markdown/example/highlight.dart 💔 Not covered
pkgs/markdown/lib/markdown.dart 💔 Not covered
pkgs/markdown/lib/src/assets/case_folding.dart 💔 Not covered
pkgs/markdown/lib/src/assets/html_entities.dart 💔 Not covered
pkgs/markdown/lib/src/ast.dart 💚 100 %
pkgs/markdown/lib/src/block_parser.dart 💚 91 %
pkgs/markdown/lib/src/block_syntaxes/alert_block_syntax.dart 💚 86 %
pkgs/markdown/lib/src/block_syntaxes/block_syntax.dart 💚 74 %
pkgs/markdown/lib/src/block_syntaxes/blockquote_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/code_block_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/dummy_block_syntax.dart 💚 82 %
pkgs/markdown/lib/src/block_syntaxes/empty_block_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/fenced_blockquote_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/fenced_code_block_syntax.dart 💚 98 %
pkgs/markdown/lib/src/block_syntaxes/footnote_def_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/header_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/header_with_id_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/horizontal_rule_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/html_block_syntax.dart 💚 98 %
pkgs/markdown/lib/src/block_syntaxes/link_reference_definition_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/list_syntax.dart 💚 94 %
pkgs/markdown/lib/src/block_syntaxes/ordered_list_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/ordered_list_with_checkbox_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/paragraph_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/setext_header_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/setext_header_with_id_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/table_syntax.dart 💚 90 %
pkgs/markdown/lib/src/block_syntaxes/unordered_list_syntax.dart 💚 100 %
pkgs/markdown/lib/src/block_syntaxes/unordered_list_with_checkbox_syntax.dart 💚 100 %
pkgs/markdown/lib/src/charcode.dart 💔 Not covered
pkgs/markdown/lib/src/document.dart 💚 95 %
pkgs/markdown/lib/src/emojis.dart 💔 Not covered
pkgs/markdown/lib/src/extension_set.dart 💚 96 %
pkgs/markdown/lib/src/html_renderer.dart 💚 100 %
pkgs/markdown/lib/src/inline_parser.dart 💚 97 %
pkgs/markdown/lib/src/inline_syntaxes/autolink_extension_syntax.dart 💚 98 %
pkgs/markdown/lib/src/inline_syntaxes/autolink_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/code_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/color_swatch_syntax.dart 💚 31 %
pkgs/markdown/lib/src/inline_syntaxes/decode_html_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/delimiter_syntax.dart 💚 90 %
pkgs/markdown/lib/src/inline_syntaxes/email_autolink_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/emoji_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/emphasis_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/escape_html_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/escape_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/footnote_ref_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/image_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/inline_html_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/inline_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/line_break_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/link_syntax.dart 💚 99 %
pkgs/markdown/lib/src/inline_syntaxes/soft_line_break_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/strikethrough_syntax.dart 💚 100 %
pkgs/markdown/lib/src/inline_syntaxes/text_syntax.dart 💚 86 %
pkgs/markdown/lib/src/legacy_emojis.dart 💔 Not covered
pkgs/markdown/lib/src/line.dart 💚 100 %
pkgs/markdown/lib/src/link_parser.dart 💚 99 %
pkgs/markdown/lib/src/patterns.dart 💚 100 %
pkgs/markdown/lib/src/text_parser.dart 💚 100 %
pkgs/markdown/lib/src/util.dart 💚 100 %
pkgs/markdown/lib/src/version.dart 💔 Not covered
pkgs/markdown/tool/dartdoc_compare.dart 💔 Not covered
pkgs/markdown/tool/expected_output.dart 💚 93 %
pkgs/markdown/tool/stats.dart 💔 Not covered
pkgs/markdown/tool/stats_lib.dart 💔 Not covered
pkgs/markdown/tool/update_blns.dart 💔 Not covered
pkgs/markdown/tool/update_case_folding.dart 💔 Not covered
pkgs/markdown/tool/update_emojis.dart 💔 Not covered
pkgs/markdown/tool/update_entities.dart 💔 Not covered
pkgs/markdown/tool/update_github_emojis.dart 💔 Not covered
pkgs/markdown/tool/update_shared.dart 💔 Not covered
pkgs/mime/example/example.dart 💔 Not covered
pkgs/mime/lib/mime.dart 💔 Not covered
pkgs/mime/lib/src/bound_multipart_stream.dart 💚 89 %
pkgs/mime/lib/src/char_code.dart 💔 Not covered
pkgs/mime/lib/src/default_extension_map.dart 💔 Not covered
pkgs/mime/lib/src/extension.dart 💚 100 %
pkgs/mime/lib/src/magic_number.dart 💚 100 %
pkgs/mime/lib/src/mime_multipart_transformer.dart 💚 100 %
pkgs/mime/lib/src/mime_shared.dart 💚 33 %
pkgs/mime/lib/src/mime_type.dart 💚 90 %
pkgs/oauth2/example/main.dart 💔 Not covered
pkgs/oauth2/lib/oauth2.dart 💔 Not covered
pkgs/oauth2/lib/src/authorization_code_grant.dart 💚 91 %
pkgs/oauth2/lib/src/authorization_exception.dart 💚 13 %
pkgs/oauth2/lib/src/client.dart 💚 87 %
pkgs/oauth2/lib/src/client_credentials_grant.dart 💚 93 %
pkgs/oauth2/lib/src/credentials.dart 💚 94 %
pkgs/oauth2/lib/src/expiration_exception.dart 💚 50 %
pkgs/oauth2/lib/src/handle_access_token_response.dart 💚 90 %
pkgs/oauth2/lib/src/parameters.dart 💚 88 %
pkgs/oauth2/lib/src/resource_owner_password_grant.dart 💚 93 %
pkgs/oauth2/lib/src/utils.dart 💚 100 %
pkgs/source_map_stack_trace/lib/source_map_stack_trace.dart 💚 97 %
pkgs/unified_analytics/example/sample_rate.dart 💔 Not covered
pkgs/unified_analytics/example/serving_surveys.dart 💔 Not covered
pkgs/unified_analytics/example/unified_analytics_example.dart 💔 Not covered
pkgs/unified_analytics/lib/src/analytics.dart 💚 72 %
pkgs/unified_analytics/lib/src/asserts.dart 💚 96 %
pkgs/unified_analytics/lib/src/config_handler.dart 💚 94 %
pkgs/unified_analytics/lib/src/constants.dart 💔 Not covered
pkgs/unified_analytics/lib/src/enums.dart 💚 100 %
pkgs/unified_analytics/lib/src/event.dart 💚 98 %
pkgs/unified_analytics/lib/src/ga_client.dart 💚 12 %
pkgs/unified_analytics/lib/src/initializer.dart 💚 100 %
pkgs/unified_analytics/lib/src/log_handler.dart 💚 83 %
pkgs/unified_analytics/lib/src/survey_handler.dart 💚 65 %
pkgs/unified_analytics/lib/src/user_property.dart 💚 96 %
pkgs/unified_analytics/lib/src/utils.dart 💚 88 %
pkgs/unified_analytics/lib/testing.dart 💔 Not covered
pkgs/unified_analytics/lib/unified_analytics.dart 💔 Not covered

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

API leaks ⚠️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
benchmark_harness Measurement
boolean_selector All
None
code_builder SpecVisitor
ClosureExpression
LiteralSetExpression
LiteralMapExpression
LiteralRecordExpression
csslib Messages
html HtmlTokenizer
Token
HtmlInputStream
TagToken
DoctypeToken
StringToken
TreeBuilder
ActiveFormattingElements
StartTagToken
TagAttribute
CommentToken
CharactersToken
SpaceCharactersToken
EndTagToken
unified_analytics Condition
PersistedSurvey
GAClient
UserProperty

This check can be disabled by tagging the PR with skip-leaking-check.

License Headers ⚠️
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
pkgs/bazel_worker/benchmark/benchmark.dart
pkgs/bazel_worker/example/client.dart
pkgs/bazel_worker/example/worker.dart
pkgs/bazel_worker/lib/src/worker_protocol.pb.dart
pkgs/benchmark_harness/integration_test/perf_benchmark_test.dart
pkgs/boolean_selector/example/example.dart
pkgs/clock/lib/clock.dart
pkgs/clock/lib/src/clock.dart
pkgs/clock/lib/src/default.dart
pkgs/clock/lib/src/stopwatch.dart
pkgs/clock/lib/src/utils.dart
pkgs/clock/test/clock_test.dart
pkgs/clock/test/default_test.dart
pkgs/clock/test/stopwatch_test.dart
pkgs/clock/test/utils.dart
pkgs/html/example/main.dart
pkgs/html/lib/dom.dart
pkgs/html/lib/dom_parsing.dart
pkgs/html/lib/html_escape.dart
pkgs/html/lib/parser.dart
pkgs/html/lib/src/constants.dart
pkgs/html/lib/src/encoding_parser.dart
pkgs/html/lib/src/html_input_stream.dart
pkgs/html/lib/src/list_proxy.dart
pkgs/html/lib/src/query_selector.dart
pkgs/html/lib/src/token.dart
pkgs/html/lib/src/tokenizer.dart
pkgs/html/lib/src/treebuilder.dart
pkgs/html/lib/src/utils.dart
pkgs/html/test/dom_test.dart
pkgs/html/test/parser_feature_test.dart
pkgs/html/test/parser_test.dart
pkgs/html/test/query_selector_test.dart
pkgs/html/test/selectors/level1_baseline_test.dart
pkgs/html/test/selectors/level1_lib.dart
pkgs/html/test/selectors/selectors.dart
pkgs/html/test/support.dart
pkgs/html/test/tokenizer_test.dart

All source files should start with a license header.

This check can be disabled by tagging the PR with skip-license-check.

Copy link
Member

@kevmoo kevmoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to argue against merging this one. It's more actively maintained than many of the others. We have a nice demo https://dart-lang.github.io/markdown/ that will be more tricky to maintain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-infra A repository infrastructure change or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.